home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / May 88 / Response to TEView 5⁄2 < prev    next >
Encoding:
Text File  |  1991-03-06  |  730 b   |  23 lines  |  [TEXT/GEOL]

  1. Item    3408871                         2-May-88        17:39
  2.  
  3. From:   BIANCHI1                        Bianchi, Curt
  4.  
  5. To:     D0469                           Argii Design Group, Dev, M Demeyer
  6.  
  7. cc:     MACAPP$                         MacApp Interest List
  8.  
  9. Sub:    Response to TEView
  10.  
  11. Ahn,
  12.  
  13. I think the problem is in the way TView.ComputeExtent works.  If the size
  14. determine is either sizePage or sizeFillsPages then the view's fViewPerPage
  15. field is used.  In IView fViewPerPage is set to the point (32, 32).  It gets
  16. changed to the real page size by associating a print handler with the view.
  17. You could set fViewPerPage right after calling IView rather than relying on
  18. using a print handler.
  19.  
  20. Curt Bianchi
  21. Apple Computer
  22.  
  23.